home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gas / gassrc02.zoo / stack.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-27  |  191 b   |  11 lines

  1. /* stack def for atari version */
  2.  
  3. #ifndef CROSSATARI
  4. #ifndef atariminix
  5. #ifdef atarist
  6. long _stksize = -1L;
  7. unsigned long __DEFAULT_BUFSIZ__ = 64*1024L; /* why not ! */
  8. #endif
  9. #endif
  10. #endif
  11.